CSE 2231 Glossary

Nested Class

A class that is declared within another class. This gives the Nested Class access to the private Instance Variables of its parent class.

Previous

Next